projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e4abc9
)
Omit space that broke ‘make check’
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 5 Jun 2017 07:17:05 +0000
(
00:17
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 5 Jun 2017 07:17:47 +0000
(
00:17
-0700)
* src/print.c (print_vectorlike): Omit stray space.
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index e89f3d80725f2e037af3153aa5a4040382d42f60..76ae10fe13240a5ef7f1f0ac7ca91f7acc29c0be 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-1709,7
+1709,7
@@
print_vectorlike (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag,
if (symbol == NULL)
{
- print_c_string ("
at ", printcharfun);
+ print_c_string ("at ", printcharfun);
enum { pointer_bufsize = sizeof ptr * 16 / CHAR_BIT + 2 + 1 };
char buffer[pointer_bufsize];
int needed = snprintf (buffer, sizeof buffer, "%p", ptr);